| selectByDiagram {GCDkit} | R Documentation |
This function enables selecting samples that plot into certain field(s) of the given classification diagram.
selectByDiagram(diagram = select.list(claslist[, "menu"]))
diagram |
one of the valid diagram names that appear in ' |
The diagram can be chosen from a list (the default) or specified directly as an argument. Clicking onto a field toggles its inclusion/exclusion - the currently selected fields are cyan.
None.
Vojtěch Janoušek, vojtech.janousek@geology.cz & Vojtěch Erban, erban@sopky.cz
'selectByLabel', 'selectSubset',
'selectAll' and 'classify'.
sampleDataset("atacazo")
.claslist() # names of available diagrams
## Not run:
selectByDiagram()
selectByDiagram("TAS")
## End(Not run)